inspector: include private gdk headers
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Nov 2014 12:11:38 +0000 (07:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Nov 2014 12:11:38 +0000 (07:11 -0500)
...the advantages of living in the same tree.

gtk/inspector/visual.c

index 8c8678cdb9f87a9b62fd2c6b63213364304c6ea5..8a4dd16e848a94fa9aa990058f87a363a488f8c8 100644 (file)
@@ -33,6 +33,8 @@
 #include "x11/gdkx.h"
 #endif
 
+#include "gdk/gdkinternals.h"
+
 struct _GtkInspectorVisualPrivate
 {
   GtkWidget *visual_box;